home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Timing / Tolle_Uhr12.readme < prev    next >
Encoding:
Text File  |  1996-09-27  |  7.0 KB  |  177 lines

  1. Short: Nice lookking clock v1.2, c and asm version
  2.  
  3. ****************************************************************************
  4.  
  5.     TolleUhr     Version 1.11      Authors: Matthias Fleischer 1993
  6.                                             Gunther Nikl 1994
  7.  
  8.     Note: There is a problem I cannot figure out. When a new minute
  9.           has to be drawn the system seems to hang for a moment. Best
  10.           to see if you play MegaBall or Ladder ( great game! ). There
  11.           you can notice that play things stop moveing a moment. This
  12.           happens with the c and assembler version. Who can help ??
  13.  
  14. ****************************************************************************
  15.  
  16.  I looked for a nice clock to use with the workbench. Then there came
  17.  TolleUhr and it was really a 'tolle' clock (at least for me)! But one
  18.  thing I didn´t like these ugly menus with kick3.0+. The original author
  19.  placed this program in the public domain so here is a slightly changed
  20.  version. Nothing fundamental has been changed. 
  21.  Furthermore you can find an assembler version of 'TolleUhr'. This
  22.  version is localized ( currently only german ;) ), has newlookmenus and
  23.  is pure, you can make it resident. The other main difference is the fact
  24.  that all windows are controled in the main loop. That means the second
  25.  hand moves even if you display the about requester, change a colour or
  26.  set the alarm time. All windows will be discarded if you close the main
  27.  window. One menu option has been added: 'Close Gadget'. When I played
  28.  with the original program I often closed the clock trying to move the
  29.  window on the screen. With this menu entry you can enable/disable the
  30.  close gadget. Old configurations can be used with the assembler version.
  31.  The other way requires some editing in the tooltypes. The assembler
  32.  version saves PATTERN and DRAWPENS with a leading '0x' instead of
  33.  only 'x'. So remove the zero before the x and it works.
  34.  The compiled programs can be found in the c drawer. Enjoy!
  35.  
  36.    Gunther
  37.  
  38.  email: gnikl@informatik.uni-rostock.de
  39.  
  40.  This is yet another Workbench-Clock-Utility ???!!?! :-(
  41.  
  42.  OK, but this one looks really nice ;-) (try it out - if you don't like it -
  43.  throw it away (or let it still stay on harddisk: only 20K anyway))
  44.  
  45.  The functionality in short:
  46.    -Nice outfit
  47.    -CLI & Workbench support
  48.    -mini-menu
  49.    -optional second hand
  50.    -custom background-pattern
  51.    -and more
  52.  
  53.  Tooltypes:
  54.  
  55.  TOP       - Number of Pixels in top of the window
  56.  LEFT      - Number of Pixels left of the window
  57.  WIDTH     - Width of the window in pixels
  58.  HEIGHT    - Height of the window in pixels
  59.  SECONDS   - 1: seconds on 0: seconds off
  60.  PATTERN   - 0000-3333
  61.  OVAL      - 1: oval face 0: rectangle
  62.  SHADOW    - 1: shadow on 0: shadow off
  63.  SHOWFACE  - 0: show minute marks 4: show no marks at all
  64.  HANDTYPE  - 0: line 1: triangle 2: rhombus 2: rectangle
  65.  HANDWIDTH - 0: very thin 4: very thick
  66.  DRAWPENS  - 00000000000000-33333333333333
  67.  BORDERTYPE- 0 no border 5 full border
  68.  CHIME     - 0 no chime 4 full functioning chime
  69.  PUBSCREEN - Name of public screen
  70.  TASKPRI   - Priority of the clock-task (_should_ be between -5 and 5)
  71.  
  72.  The background-pattern:
  73.  
  74.  It is set by a decimal number of 4 digits (abcd) and gives a background-
  75.  pattern that looks like this:
  76.  
  77.   abababababab  For example: 0110 gives dark grey
  78.   cdcdcdcdcdcd               0220 gives light grey
  79.   abababababab               0123 looks a bit like jeans-style
  80.   cdcdcdcdcdcd
  81.  
  82.  numbers greater than nine are set as: xaabbccdd (hex)
  83.  
  84.  The drawpens:
  85.  
  86.  abcdefghijklmn
  87.  a color for second hand
  88.  b color for minute hand
  89.  c color for minute hand outline
  90.  d color for hour hand
  91.  e color for hour hand outline
  92.  f color for shadow
  93.  g color for 12'o clock mark
  94.  h color for quarters
  95.  i color for hour marks
  96.  j color for minute marks
  97.  k border color 0
  98.  l border color 1
  99.  m border color 2
  100.  n border color 3
  101.  
  102.  You also can use xaabbccddeeffgghhiijjkkllmmnn.
  103.  
  104.  CLI-commands:
  105.  
  106.  TOP/N,LEFT/N,WIDTH/N,HEIGHT/N,SECONDS/S,PATTERN/K,OVAL/S,SHADOW/S,
  107.  SHOWFACE/N,HANDTYPE/N,HANDWIDTH/N,DRAWPENS/K,BORDERTYPE/N,CHIME/N,
  108.  PUBSCREEN/K,TASKPRI/N:
  109.  
  110.  -all the same.
  111.  
  112.  Menus:
  113.  
  114.  You can set anything but pubscreens and taskpriority from menus and save it to
  115.  the tooltypes field with the `Save prefs' menu.
  116.  There's also an alarm-function from menus.
  117.  
  118.  Gadgets:
  119.  
  120.  There is a invisible close-gadget in the upper left corner of the window,
  121.  a (also invisible) depth-gadget in the upper right, a sizing-gadget in the
  122.  lower right corner and a drag-gadget in the middle of the window.
  123.  
  124.  The legal stuff:
  125.  If you use this program, you use it at your own risk - there is absolutely
  126.  no warranty for any damage forced by this program (and by no means for wild
  127.  attacks of envious non-amiga-users).
  128.  This program is public-domain, that means you can copy, modify or use it as
  129.  long as you wish and you needn't pay anything.
  130.  But: It must be absolutely clear at any time if and by what person this
  131.       program was modified - there must be a FULL list of ALL the authors
  132.       who made ANYTHING about this program at least in the source code
  133.       and also in any about-requesters.
  134.  (I don't want to be blamed of any errors somebody else made than me.)
  135.  
  136.  That was all - for bug reports please write to me:
  137.  
  138.  Matthias Fleischer
  139.  Adlerstraße 30
  140.  F.R.Germany
  141.  73760 Ostfildern 2
  142.  Phone: 0711/3430286
  143.  email: fleischr@izfm.uni-stuttgart.de
  144.  
  145.  and don't ask me for any enhancements - I won't do them anyway.
  146.  
  147.  
  148.  PS: Please excuse my poor english - I'm not trained very good in that.
  149.  
  150.  
  151. ============================= Archive contents =============================
  152.  
  153. Original  Packed Ratio    Date     Time    Name
  154. -------- ------- ----- --------- --------  -------------
  155.      134     109 18.6% 17-Feb-94 23:24:26  TolleUhr/  TolleUhr  
  156.     1110     324 70.8% 14-Apr-94 13:05:30  TolleUhr/  TolleUhr  .info
  157.       95      88  7.3% 17-Feb-94 23:24:28  TolleUhr/ TolleUhr 
  158.     1110     393 64.5% 14-Apr-94 13:05:30  TolleUhr/ TolleUhr .info
  159.     5466    2564 53.0% 14-Apr-94 13:02:36  TolleUhr/ReadMe
  160.      467     235 49.6% 14-Apr-94 13:05:28  TolleUhr/ReadMe.info
  161.     2273     557 75.4% 14-Apr-94 13:05:30  TolleUhr/Source.info
  162.     8976    6068 32.3% 23-Mar-94 23:55:14  TolleUhr/TolleUhr
  163.     1339     504 62.3% 14-Apr-94 13:05:30  TolleUhr/TolleUhr.info
  164.    14968    8065 46.1% 14-Apr-94 11:40:56  TolleUhr/c/TolleUhr.000
  165.    14280    7815 45.2% 14-Apr-94 14:20:44  TolleUhr/c/TolleUhr.030
  166.      926     530 42.7% 14-Apr-94 12:18:30  TolleUhr/Source/Compilation.Note
  167.      467     238 49.0% 14-Apr-94 13:05:22  TolleUhr/Source/Compilation.Note.info
  168.      568     278 51.0% 14-Apr-94 11:37:34  TolleUhr/Source/makefile
  169.    43034   12789 70.2% 14-Apr-94 11:32:32  TolleUhr/Source/TolleUhr.c
  170.      467     240 48.6% 14-Apr-94 13:05:22  TolleUhr/Source/TolleUhr.c.info
  171.    67339   18524 72.4% 23-Mar-94 23:52:48  TolleUhr/Source/TolleUhr.s
  172.      467     238 49.0% 14-Apr-94 13:05:22  TolleUhr/Source/TolleUhr.s.info
  173.      938     485 48.2% 08-Mar-94 10:49:04  TolleUhr/catalogs/deutsch/tolleuhr.catalog
  174.     2273     555 75.5% 14-Apr-94 13:05:30  TolleUhr.info
  175. -------- ------- ----- --------- --------
  176.   166697   60599 63.6% 15-Apr-94 10:19:42   20 files
  177.